home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / HD-Installer / jst_dev / sources / src / README next >
Text File  |  2000-04-12  |  5KB  |  108 lines

  1. Those sources are for use with JOTD Startup program (JST)
  2. To compile them, you'll need the JST includes (in /JOTDSTARTUP/includes/jst)
  3.  
  4. This directory contains the sources to create some of my HD installers.
  5. You should try to compile them and copy some parts to create your own yours.
  6.  
  7. I coded lots of other loaders, which sources are not included. They're available
  8. on simple request (e-mail me: jffabre@club-internet.fr)
  9.  
  10. Qwak: a one disked game, dostrack, Rob Northen read routine, extension memory.
  11.        Rating: Easy
  12.  
  13. Chuck Rock: dostrack game, 2 disks (diskchange), copylock protections (3), and
  14.       loaders to patch to hd (3).
  15.       Rating: Medium
  16.  
  17. Backlash: a one disked game, nondos sectors a, shitty disk ripper, trainer.
  18.           Rating: Easy, except for the disk ripper
  19.  
  20. Walker, Puggsy: multidisk filed games, but custom file read. Annoying memory extension.
  21.                 Walker fixed to work with caches. Patched RNC decrunch in fastmem.
  22.                 Rating: Medium
  23.  
  24. Leander, Beast3: special sectors and Psygnosis filesystem.
  25.                  Extension mem (removed address rounding on Beast3), for Leander
  26.                  high score saves.
  27.                  Rating: Medium/Hard
  28.  
  29. Blastar: 3 disked Rob Northen dostracks, extension memory, some small fixes.
  30.          Quite easy, auto diskchanges by diskunits.
  31.          Rating: Easy/Medium
  32.  
  33. X-Out: blitter waits everywhere, changing at every level, diskchange,
  34.        nondos track format (system friendly read routine).
  35.        Rating: Tough
  36.  
  37. Prince Of Persia: nondos track format (shitty ripper), some patches to avoid exceptions,
  38.        game load/save. 2 versions supported.
  39.        Rating: Medium
  40.  
  41. James Pond 3 CD32: CD32 game. Files but custom CD read. No audio tracks. Joypad fixed in
  42.        joystick+keys, NV ram saves converted to RAM->disk saves, levelskip.
  43.        Rating: Tough
  44.  
  45. James Pond: normal dostrack disk. No files. Strange read routine (looses 512 bytes/sector),
  46.        probably DOS adaptation of a weird disk format, lots of blitter patches.
  47.        Rating: Easy/Medium
  48.  
  49. Super Wonderboy: normal dostrack disk. No files. Easy copylock protection. Dynamic trainer
  50.        Rating: Easy (took 30min. to code)
  51.  
  52.  
  53. Lotus Turbo Challenge: 1 grem2file rippable disk. Weird blitter routines (using copper interrupt)
  54.     that had to be fixed. Cannot use A5 because of use/modify in the interrups
  55.     (which explains JSRGEN_FREEZE) Iconify/snapshot feature. 3 versions supported.
  56.     Keyboard had to be fixed in the oldest version (and disk protection too)
  57.     Rating: Toughest
  58.     
  59. Menace: 1 custom track disk. Blitter errors, disk protection removed (I used the Maverick crack
  60.     which explains the zero page addresses), A5 cannot be used because it's global to
  61.     code + interrupts (took me a while to realize that). Iconify/snapshot feature.
  62.     Two versions supported.
  63.     Access faults to ROM removed (was used to generate random stars)
  64.      Hiscore saves on HD.
  65.  
  66.     Rating: Medium/Hard
  67.  
  68. Street Racer (AGA): DOS files (from the CD). Removed compulsory PAL. Relocated decrunch routines
  69.     for better speed. Iconify/snapshot option (notice the fmode poke).
  70.     Rating: Medium
  71.  
  72. Immortal: DOS disks (disk2file reads them). Fixed CPU dependent delays, Rob Northen like routine
  73.     but different after track 40 (took me a while to find out). Manual protection removed
  74.     (used Lockpick to see the diffs). Iconify/snapshot option.
  75.     Rating: Medium/Hard
  76.  
  77. Katakis: DOS disk (disk2file reads it). Fixed odd address exception trap (did not work on 68020+)
  78.     trackdisk load followed by custom trackload
  79.     Hiscore saves, relocated decrunch routine for better speed.
  80.     Find the game for FREE at www.factor5.com in the dowload section
  81.     Rating: Easy
  82.  
  83. Son Of Stag 2-6: Dos disk, X Rated demo. Uses Harry OS Emulation routine. Quite simple
  84.         since Harry did all the hard work :)
  85.     Rating: Easy if you use OSEmu
  86.  
  87. Sensible Soccer CD32: CD-ROM, Uses Harry OS Emulation routine, gets the user flags to
  88.         see if the NTSC tooltype is set. 2 versions supported (the executable names
  89.         change from one version to another, and in the v2, there are 2 executables)
  90.     Rating: Easy
  91.  
  92. Arcade Pool: Rob Northern format (rob2file), DOS tracks 0-2, load/save prefs/scores
  93.     Uses OSEmu (lots of system calls), fast memory with v1.4 of OSEmu
  94.     Rating: Medium if you consider OSEmu is done :)
  95.  
  96. Frenetic: Old loader, originally for a cracked version, but re-worked by Codetapper
  97.           and now supports 2 versions. 1 diskchange.
  98.  
  99. JSTExeHD: different executable/source files allowing you to perform a LoadSeg() of
  100.         a file using OSEmu, with different chipmem/fastmem configurations
  101.         Executable program name must be passed in USERDATA tooltype
  102.  
  103. If you've got problems or things you don't understand, DON'T HESITATE to e-mail me.
  104.  
  105. Good luck,
  106.  
  107. Jff
  108.